-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[BUGFIX] Jackson/@JsonUnwrapped - unwrapping fails when innerModel.$ref not null #4782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
CC: @micryc |
74b7f5a to
b82e212
Compare
|
You should add a test. It's easier to see what you actually fix and might get it merged in faster. Unfortunately there are only two people of the maintainers left who showed very little activity in the past (30 commits in total over the last 6 months). I think the project has been mostly abandoned. There are so many open issues and contributions waiting and both @frantuma and @micryc seem to not care about them. |
…ll - unwrapping does not happen
1 similar comment
|
Hi, we have test this PR on a local version of swagger-core. We had the same issue in the generation of our openApi documentation. @JsonUnwrapped was not rendered in the parent object. After integrating the PR of @mironbalcerzak, problem disapeared and our documentation is what we expect. Could you please considered to review this PR and integrate it in a future release ? Thanks a lot |
Issue ticket:
#4781